home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
cheeky_c.swf
/
scripts
/
DefineButton2_73
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
309 b
|
13 lines
on(release){
if(0 < _root.runtime.crowdBg_sound.getVolume())
{
_root.runtime.crowdBg_sound.setVolume(0);
_root.soundControl_mc.gotoAndStop("soundOff");
}
else
{
_root.runtime.crowdBg_sound.setVolume(100);
_root.soundControl_mc.gotoAndStop("soundOn");
}
}